<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lcsMessagesExShell {
	display: none;
}
.lcsShell,
#lcsAgentChatShell {
	overflow: visible;
}
.lcsOptsList {
	display: none;
}
.lcsEmailInputOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(110, 110, 110, 0.5);
	width: 100%;
	height: 100%;
	z-index: 999999999;
}
.lcsEmailInputShell {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.lcsShell {
	max-height: none !important;
}</pre></body></html>